home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
-
- <wml>
- <!-- THIS IS THE FIRST CARD IN THE DECK -->
- <card id="navi" title="Navigate with Winwap">
- <p align="center">
- <img src="../wwbyst.wbmp" alt="WINWAP"/>
- </p>
- <p>
- <big>Automatic forwarding</big>
- <br/>
- The wml format containes elements that make the browser go somwhere automatically. This means
- that when you open a wml page, it might be visible only for a short while, after which it automatically
- opens another page for you without having to click on any link or button. This is usually used on
- Welcome pages that only contain an image and some basic welcome text, and the actual material
- is located somewhere else.
- <br/>
- <br/>
- The wml format also contains elements that make the browser go somewhere only if you enter the
- page normally or from some other link. If you browse backwards to the link you will not be automatically
- forwarded anywhere. This can also be applied for entering backwards to a page ( by navigating backwards
- with the back button, or with a prev link ) so that if you go backwards to a page, it will forward you somewhere else.
- <br/>
- <br/>
- Technical : <b>ontimer</b> and <b>card onenterforward</b> and <b>card onenterbackward</b> tags apply to the above
- <br/>
- <do type="accept" label="Back"> <go href="@prev"/> </do>
- </p>
- </card>
- </wml>
-